Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Insights front-end telemetry #613

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Application Insights front-end telemetry #613

merged 1 commit into from
Dec 9, 2024

Conversation

DrizzlyOwl
Copy link
Collaborator

What has been changed?

User telemetry is now available in App Insights if the user opts into Analytical Cookies.
This data will include browser-based metrics such as page speed and Time-til First Byte (TTFB). I have set the AuthenticatedUserContext which means we can track individual user sessions throughout their journey. In addition, I have also included the click tracking plugin which enables us to have almost feature parity with Google Analytics and Google Tag Manager.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Steps to test this PR

  1. Accept Analytical Cookies
  2. Sign-in using Active Directory
  3. View front-end telemetry in App Insights

@sukhybhullar-nimble
Copy link
Collaborator

This looks good but need to hold off merging until the next release

@DrizzlyOwl DrizzlyOwl marked this pull request as draft June 17, 2024 16:14
@DrizzlyOwl DrizzlyOwl marked this pull request as ready for review June 18, 2024 16:21

This comment was marked as outdated.

@DrizzlyOwl DrizzlyOwl marked this pull request as draft July 24, 2024 13:15
@DrizzlyOwl DrizzlyOwl force-pushed the app-insights branch 2 times, most recently from 038bf0d to e5dc113 Compare September 16, 2024 14:32
@DrizzlyOwl DrizzlyOwl marked this pull request as ready for review September 16, 2024 14:33
@DrizzlyOwl DrizzlyOwl enabled auto-merge (squash) September 16, 2024 14:40

This comment was marked as outdated.

@DrizzlyOwl DrizzlyOwl force-pushed the app-insights branch 2 times, most recently from 7707a1a to 1925fde Compare November 29, 2024 16:33
- Corrected indentation
- Delete App Insights cookies if consent is rejected
- Set connection string instead of defaulting to instrumentation key
- Updated Cookie Consent Policy
- Use npm package for app insights web configuration
- Add Asset build workflow
@DrizzlyOwl DrizzlyOwl requested a review from a team December 2, 2024 11:05
Copy link

sonarcloud bot commented Dec 3, 2024

@DrizzlyOwl DrizzlyOwl merged commit 62243cb into main Dec 9, 2024
3 checks passed
@DrizzlyOwl DrizzlyOwl deleted the app-insights branch December 9, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants